projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
347c914
)
(tags-query-replace): Pass t for NOERROR to query-replace-read-args.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Mar 2002 00:40:16 +0000
(
00:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Mar 2002 00:40:16 +0000
(
00:40
+0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index c0613881db0af819dd80a78240d95d8bf3592b7a..15153029c333d89be5ed835d85f6bcdfbca2015b 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-1733,7
+1733,7
@@
If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
with the command \\[tags-loop-continue].
See documentation of variable `tags-file-name'."
- (interactive (query-replace-read-args "Tags query replace (regexp)" t))
+ (interactive (query-replace-read-args "Tags query replace (regexp)" t
t
))
(setq tags-loop-scan `(let ,(unless (equal from (downcase from))
'((case-fold-search nil)))
(if (re-search-forward ',from nil t)